MoveTo method

Moves the current folder to the specified folder.

Syntax

MoveTo(TargetFolder As IASFolder3, [Options As Long = 0], [Comments])
Parameters
Name Description

TargetFolder

An object that represents the folder to which to move the current document object.

Options

An optional long integer that represents the move options. One or more of the AS_MOVE_OPTIONS constants.

Related concepts

About the Folder object